-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker image usage #3722
Conversation
Looks like 3.1, 3.2, and 3.3 are not happy about FFI:
|
I think that's CI caching -- it's reusing the installed gems from the older debian version. |
Bumping Details
|
This is outdated, as we're now sourcing our images from https://github.com/DataDog/images-rb (I believe based on @lloeki's initial work still -- thanks for that). Going to go ahead and close this one. |
What does this PR do?
Make use of the new image versions.
Motivation:
The above.
Additional Notes:
On
1.x-stable
, Ruby and JRuby image building should be restricted to those that are not onmaster
.But really, base images should come from https://github.com/DataDog/images-rb instead.
How to test the change?
CI should pass.
Unsure? Have a question? Request a review!